Blogsquid
Wordpress Blog Mobile App
- created: 08/16/2021
- latest update: 08/16/2021
- by: Kayode Ojo
- email: mixpeal@gmail.com
Thank you for buying our product, you are the real MVP 🎉🎉🎉🎉
-
Blogsquid is built to help you convert your wordpress blog to mobile apps both Android and iOS, it simply works by adding your blog url to the source code and run it, everything has been put in place to accomodate your blog.
-
To use Push Notification, you need to install Onesignal on your site.
-
You are going to need to register for AdMob to show ads on your app
- A wordpress site/blog, preferably the recent versions of wordpress.
- A little knowledge of Flutter, and make sure Flutter environment is correctly installed on your machine, check their official website to learn more: https://flutter.dev/docs/get-started/install.
- Simulator/Emulator or a real device to test your app.
- Unzip the source code to your preffered directory
- Run flutter pub get to install the dependencies
- Change directory to the ios folder, and run pod install to install the Podfile dependencies
- Run flutter run to run on your preffered device
- To change your blog domain/URL, open lib/config/app.dart and change the appDomain to yours
-
Edit the AndroidManifest.xml file at android/app/src/main/AndroidManifest.xml on line 48 you will see YOUR_APPLICATION_ID replace it with application ID you got from Admob.
-
For your Ad Units, open lib/config/modules.dart and change for both android and ios.
-
To change the Application ID for iOS, you will need to open ios/Runner/Info.plist and scroll to GADApplicationIdentifier key and change the value to your ID.
-
You will need an Application ID you got from Onesignal website, open lib/config/modules.dart and change the ONESIGNAL_APP_ID to yours.
-
If you run into any issue, please refer to their official documentation here: https://documentation.onesignal.com/docs/flutter-sdk-setup
Bookmarks
This allows the users to save blog posts to be read later, even without internet connection.

Light & Dark Mode
The users can choose their visual preference, it's all up to them
.

Configurations
-
Data saving mode: This features allows the users to reduce the data consumption of the app, so as to save data
-
Offline Mode: Once this is turned on, the app won't load new posts, you will be left with old posts to read offline.

Advertisement
We have provided everything you need to integrate Admob into your blog, just ‘ad’ your credentials.
Push Notification
Once you install Onesignal in your wordpress blog, your user will get notification when new posts is added.
Thanks once again, if you run into any issue, feel free to shoot us an email, we promise an instant support.
Happy blogging!